home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Developer's Kit 1996
/
Delphi Developer's Kit 1996.iso
/
power
/
reswatch
/
rwatch.dpr
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-12-22
|
212 b
|
14 lines
program Rwatch;
uses
Forms,
Reswatch in 'RESWATCH.PAS' {RWMain};
{$R *.RES}
begin
Application.Title := 'Resource Watcher';
Application.CreateForm(TRWMain, RWMain);
Application.Run;
end.